home *** CD-ROM | disk | FTP | other *** search
/ Data Base of the Video Yearbook 1995 / Data Base of the Video Yearbook 1995 - Disc 2.iso / cosmos / mov.dir / 00115.ls < prev    next >
Encoding:
Text File  |  1995-12-19  |  411 b   |  21 lines

  1. on mouseDown
  2.   repeat while the stillDown
  3.     if rollOver(clickOn()) then
  4.       set the castNum of sprite clickOn() to 17
  5.       updateStage()
  6.       next repeat
  7.     end if
  8.     set the castNum of sprite clickOn() to 16
  9.     updateStage()
  10.   end repeat
  11.   set the castNum of sprite clickOn() to 16
  12.   updateStage()
  13. end
  14.  
  15. on mouseUp
  16.   global mkname, dname
  17.   set dname to "MOV"
  18.   set mkname to "NM3"
  19.   go(1, "PANIC")
  20. end
  21.